New Custom Account Tab
Jamroom Developers
This code that you have in your _init() should be making the title appear:
jrCore_register_module_feature('jrUser', 'account_tab', 'myCustomModule', 'custom', 1);
jrCore_register_module_feature('jrUser', 'account_tab', 'myCustomModule', 'custom', "your title");